@media (max-width:859px) {

    .wrap {
        min-width: 100%;
    }
    #body {
        width: 100%;
        padding: 0;
    }
    #footer {
        min-width: 100%;
        height: auto;
    }
    #footer p {
        clear: both;
    }
    .toptip {
        display: none;
    }

    .row_sidebar,.row_detail {
        padding: 0;
        width: 100%;
    }

    #nav-header {
        min-width: 100%;
        height: auto;
    }
    #nav-header>ul.nav {
        width: 100%;
    }
    .pagination.pull-right{
        float: none!important;
    }
}